Send(String,Int32,String,String,IEnumerable<String>) Method
Sends an image to a remote Storage SCP
public System.int Send(
System.string ,
System.int ,
System.string ,
System.string ,
System.Collections.Generic.IEnumerable<string>
)
public function Send(
: System.String;
: System.Integer;
: System.String;
: System.String;
: System.Collections.Generic.IEnumerable
): System.Integer;
public function Send(
: System.String,
: System.int,
: System.String,
: System.String,
: System.Collections.Generic.IEnumerable
) : System.int;
public: System.int Send(
System.string* ,
System.int ,
System.string* ,
System.string* ,
System.Collections.Generic.IEnumerable<string*>*
)
public:
System.int Send(
System.String^ ,
System.int ,
System.String^ ,
System.String^ ,
System.Collections.Generic.IEnumerable<String^>^
)
'Declaration
Public Overloads Function Send( _
ByVal As System.String, _
ByVal As System.Integer, _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.Collections.Generic.IEnumerable(Of String) _
) As System.Integer
'Usage
Dim instance As DicomImage
Dim Node As System.String
Dim Port As System.Integer
Dim CallingAE As System.String
Dim CalledAE As System.String
Dim OfferedTS As System.Collections.Generic.IEnumerable(Of String)
Dim value As System.Integer
value = instance.Send(Node, Port, CallingAE, CalledAE, OfferedTS)
Parameters
- Node
Network address (as dotted notation or resolvable name) to which the image is to be sent
- Port
Port on which remote application is listening
- CallingAE
Name of remote Application Entity
- CalledAE
Name to quote for this Application Entity
- OfferedTS
A list of offered Transfer Syntaxes
Return Value
The status as returned by the remote application. Zero indicates success.
Target Platforms: .NET CLR 4.8 or higher